home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 34 / PC Gamer IT CD 34 2-2.iso / utility / BakIt98 / BakIt98.exe / _setup.1 / Bakit98.exe / 0 / RCDATA / TFRMDRIVELETTER / TFRMDRIVELETTER.txt
Text File  |  1998-09-03  |  1KB  |  66 lines

  1. object frmDriveLetter: TfrmDriveLetter
  2.   Left = 63
  3.   Top = 189
  4.   AutoScroll = False
  5.   Caption = 'Assign Drive Letter'
  6.   ClientHeight = 81
  7.   ClientWidth = 202
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -10
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object txtDriveLetterA: TMaskEdit
  16.     Left = 85
  17.     Top = 39
  18.     Width = 26
  19.     Height = 32
  20.     EditMask = 'L;1;_'
  21.     Font.Charset = DEFAULT_CHARSET
  22.     Font.Color = clWindowText
  23.     Font.Height = -15
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold]
  26.     MaxLength = 1
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     Text = ' '
  30.   end
  31.   object cmdOk: TButton
  32.     Left = 67
  33.     Top = 59
  34.     Width = 61
  35.     Height = 20
  36.     Caption = 'OK'
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -15
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.     TabOrder = 1
  44.     OnClick = cmdOkClick
  45.   end
  46.   object Memo1: TMemo
  47.     Left = 0
  48.     Top = 0
  49.     Width = 202
  50.     Height = 33
  51.     Alignment = taCenter
  52.     BorderStyle = bsNone
  53.     Color = clBtnFace
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clWindowText
  56.     Font.Height = -15
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = [fsBold]
  59.     Lines.Strings = (
  60.       'Enter the letter assigned to '
  61.       'your Zip drive and click OK.')
  62.     ParentFont = False
  63.     TabOrder = 2
  64.   end
  65. end
  66.